[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  5Ah  ALLOCATE STANDARD/RAW PAGES                           . 4.0

On entry:
        AH = 5Ah
        AL = subfunction
            00h allocate standard pages
            01h allocate raw pages
        BX = number of pages to allocate

Return:
        DX = handle
        AH = status
            00h successful
            80h internal error
            81h hardware failure
            84h undefined function requested
            85h no more handles available
            87h insufficient memory pages in system
            88h insufficient memory pages available
            8Fh undefined subfunction

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson